﻿/*在线客服*/
.SonlineBox{ width:139px; font-size:12px;overflow:hidden; z-index:9999;}
.SonlineBox .openTrigger{ width:30px; height:130px; position:absolute; top:0px;  z-index:1; cursor:pointer;  background:#a9060e url(greenOpen.jpg) no-repeat;} 
.SonlineBox .titleBox{ width:135px; height:35px;line-height:37px; background:#a9060e url(greenTitleBg.jpg) no-repeat; border-bottom:2px solid #a0603d;}
.SonlineBox .titleBox span{ margin-left:10px;color:#fff; font-size:14px;}
.SonlineBox .contentBoxC{ width:135px; /*height:335px;*/ border:2px solid #a9060e; background:#ffffff/* url(greenBg.jpg) no-repeat*/; position:absolute; z-index:2;}
.SonlineBox .contentBoxC .closeTrigger{ width:25px; height:25px; display:block; cursor:pointer;  position:absolute; top:5px;right:5px;-webkit-transition:all 0.8s ease-out; background:url(close.gif) no-repeat center center;}
.SonlineBox .contentBoxC .closeTrigger:hover{-webkit-transform:scale(1) rotate(360deg);}
.SonlineBox .contentBoxC .listBox{overflow:hidden; margin-bottom:10px;}
.SonlineBox .contentBoxC .listBox .QQList{ display:block; width:86%; height:25px; margin:10px auto 0px auto;text-align:center;}
.SonlineBox .contentBoxC .WwBox{ padding:0px 0px 0px 10px; line-height:20px;height:20px;}
.SonlineBox .contentBoxC .WwBox img{ vertical-align:middle;}
.SonlineBox .contentBoxC .otherBox{clear:both;height:115px;text-align:center;}
.SonlineBox .contentBoxC .otherBox img{width:105px;height:105px;}
.SonlineBox .contentBoxC .telBox{display:block;padding:36px 0 10px 0;color:#DF3232;font-size:13px;line-height:26px;font-family:'微软雅黑';background:url(telBg.gif) 0 0 no-repeat;text-align:center;font-weight:bold;}
/*在线客户 end*/